Programmer:
Thomas Hawkins

I made this program because I was getting tired of having to save my games in
Variables.  Variables are very unreliable and cannot be archived through a 
program.  This programs stores all of the current variables to list: SAVE.  It
Then archives List SAVE.  Use This program as a sub routine.  Use ZLOAD as the
Loading subroutine.  If you would not like certain variables to be stored use 
The DelVar command to delete it first.  0 will be stored instead.  This program
Adds great flexibility to your programs because you can use other programs 
that require variables to save. If you use this all I ask is that you don't
edit it and simply add my name and e-mail to the credits. 

Thanks
Thomas Hawkins
Star1dogg1@hotmail.com

It doesn't store variable Z
At the new game sequence add this:

26->Dim(lSAVE):Archive lSAVE

the lower case l's are the little l in catalog, Dim( is in the 2nd Matrix.